home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Text / tex / rtf2LaTeX 1.5 / rtf2LaTeX / macintosh.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-15  |  479 b   |  20 lines  |  [TEXT/KAHL]

  1. /* macintosh.h  4.5.1993
  2.  *
  3.  * Header file for Think C port of rtf2LaTeX by Erwin Wechtl.
  4.  *
  5.  * Written and copyright (c) 1993 by Alex Viskovatoff
  6.  * (visko@harvard.edu). Permission is granted to
  7.  * distribute and modify this file.
  8.  */
  9.  
  10. #define    index    strchr
  11. #define rindex  strrchr
  12.  
  13. #define isascii(c)    (((unsigned) c) <= 0x7f)
  14.  
  15. #define PATHNAME_LENGTH 256
  16.  
  17. int getopt(int nargc, char * const *nargv, const char *ostr);
  18. char *get_home_dir(void);
  19. char *get_file_from_dialog(void);
  20.